#lbOverlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99997;
	width: 100%;
	height: 100%;
}
#lbOverlay.black {
	background-color: rgba(0,0,0,0.6);
}
#lbMain {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 99998;
	text-align: center;
	line-height: 0;
	display: -moz-inline-stack;
}
#lbMain a img {
	border: 0px solid #ffffff;
}
#lbOuterContainer {
	position: relative;
	background-color: #fff;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
#lbOuterContainer.black {
	border: 0px solid #CCCCCC;
	background-color: rgba(0,0,0,0.6);
}
#lbTopContainer, #lbBottomContainer {
	font: 0.85em Verdana, Helvetica, sans-serif;
	background-color: #fff;
	width: 100%;
	line-height: 1.4em;
	font-size: 0.9em;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 14;
	display: none;
}
#lbTopContainer {
	overflow: hidden;
	margin-top: 5px;
}
#lbTopContainer.black, #lbBottomContainer.black {
	background-color: rgba(0,0,0,0.6);
}
#lbImage, #lbIframe {
	border: none;
}
#lbImage.black, #lbIframe.black {
	border: 0px solid #CCCCCC;
}
#lbImageContainer, #lbIframeContainer {
	margin-top:75px;
	padding: 10px;
	z-index: 12;
}
#lbLoading {
	height: 100%;
	width: 100%;
	margin-top: -10px;
	background: url('../images/loading_white.gif') center no-repeat;
}
#lbLoading.black {
	background: url('../images/loading_black.gif') center no-repeat;
}
#lbHoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lbImageContainer>#lbHoverNav {
	left: 0;
}
#lbHoverNav a {
	outline: none;
}
#lbPrevHov {
	width: 48%;
	height: 100%;
	background: transparent url('../images/blank.gif') no-repeat;
	display: block;
	left: 0;
	float: left;
	margin-left: 3px;
	border: none !important;
}
#lbPrevHov.black:hover, #lbPrevHov.black:visited {
	background: url('../images/prev_black_t.png') left 30% no-repeat;
}
#lbNextHov {
	width: 48%;
	height: 100%;
	background: transparent url('../images/blank.gif') no-repeat;
	display: block;
	right: 0;
	float: right;
	margin-right: 3px;
	border: none !important;
}
#lbNextHov.black:hover, #lbNextHov.black:visited {
	background: url('../images/next_black_t.png') right 30% no-repeat;
}
#lbPrev, #lbPrevTop {
	width: 26px;
	height: 28px;
	float: right;
	margin: 0 0 1px 8px;
	border: none !important;
}
#lbPrev.black, #lbPrevTop.black {
	background: url('../images/prev_black.png') no-repeat;
}
#lbNext, #lbNextTop {
	width: 26px;
	height: 28px;
	float: right;
	margin: 0 0 1px 8px;
	border: none !important;
}
#lbNext.black, #lbNextTop.black {
	background: url('../images/next_black.png') no-repeat;
}
#lbNext.blackOff, #lbNextTop.blackOff {
	background: url('../images/next_black_off.png') no-repeat;
	cursor: default;
}
#lbTopData, #lbBottomData {
	float: left;
	text-align: left;
	padding-left: 10px;
}
#lbBottomData {
	padding-bottom: 0.5em;
}
#lbBottomData.black, #lbTopData.black {
	color: #ffffff;
}
#lbTopNav, #lbBottomNav {
	float: right;
	text-align: right;
	padding-right: 10px;
}
#lbNumTop, #lbNumBottom {
	font-style: italic;
}
#lbDescBottom {
	display: block;
}
#lbTitleTop, #lbTopNav {
	margin-top: 0.3em;
}
#lbTitleTop, #lbTitleBottom {
	display: block;
	font-weight: bold;
}
#lbClose, #lbCloseTop {
	width: 26px;
	height: 28px;
	float: right;
	margin: 0 0 1px 8px;
	border: none !important;
}
#lbClose.black, #lbCloseTop.black {
	background: url('../images/close_black-simple.gif') no-repeat;
}
#lbPlay, #lbPlayTop {
	width: 26px;
	height: 28px;
	float: right;
	margin: 0 0 1px 8px;
	border: none !important;
}
#lbPlay.black, #lbPlayTop.black {
	background: url('../images/play_black.png') no-repeat;
}
#lbPause, #lbPauseTop {
	width: 26px;
	height: 28px;
	float: right;
	margin: 0 0 1px 8px;
	border: none !important;
}
#lbPause.black, #lbPauseTop.black {
	background: url('../images/pause_black.png') no-repeat;
}
/* Some extra padding on the bottom buttons so it's not too close to the border. */
#lbClose, #lbPrint, #lbPlay, #lbPause {
	margin: 0 0 6px 8px;
}
